Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.8 Assembly / C1.Win.C1Document Namespace / IAsyncActionWithProgress<TProgress> Interface / Progress Property

In This Topic
    Progress Property (IAsyncActionWithProgress<TProgress>)
    In This Topic
    Gets or sets the method that receives progress events.
    Syntax
    'Declaration
     
    Property Progress As C1.Win.C1Document.AsyncActionProgressHandler(Of TProgress)
    C1.Win.C1Document.AsyncActionProgressHandler<TProgress> Progress {get; set;}
    See Also